home *** CD-ROM | disk | FTP | other *** search
/ CU Amiga Super CD-ROM 17 / CU Amiga Magazine's Super CD-ROM 17 (1997)(EMAP Images)(GB)[!][issue 1997-12].iso / CUCD / Games / Hugo / Examples / hugolib.hug next >
Text File  |  1997-03-25  |  828b  |  29 lines

  1. !\---------------------------------------------------------------------------
  2.  
  3.     HUGOLIB.HUG
  4.     Copyright (c) 1995-1997 by Kent Tessman
  5.     
  6.     Compile using
  7.     
  8.         hc -h hugolib.hug
  9.  
  10.     to create an .HLB version of HUGOLIB.H which can then be linked
  11.     as a precompiled header using #link instead of #include.
  12.  
  13. ---------------------------------------------------------------------------\!
  14.  
  15. ! Comment out any of the following #settings in order to omit the
  16. ! corresponding files/sections from the precompiled header.
  17.  
  18. #set DEBUG                              ! include HugoFix Debugging Library
  19. #set VERBSTUBS                          ! include verb stub routines
  20.  
  21. #set USE_VEHICLES                       ! from OBJLIB.H
  22. #set USE_PLURAL_OBJECTS                 !
  23. #set USE_ATTACHABLES                    !
  24.  
  25. #include "hugolib.h"
  26.  
  27. routine main
  28. {}
  29.